home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLJAVAPARAMETER / TFORMHTMLJAVAPARAMETER.txt
Encoding:
Text File  |  1997-12-06  |  4.6 KB  |  212 lines

  1. object FormHTMLJavaParameter: TFormHTMLJavaParameter
  2.   Left = 120
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Parameter (Java)'
  7.   ClientHeight = 201
  8.   ClientWidth = 373
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxNAME: TGroupBox
  35.     Left = 8
  36.     Top = 28
  37.     Width = 173
  38.     Height = 65
  39.     Caption = 'NAME'
  40.     TabOrder = 1
  41.     object EditNAME: TEdit
  42.       Left = 6
  43.       Top = 16
  44.       Width = 159
  45.       Height = 21
  46.       MaxLength = 250
  47.       ParentShowHint = False
  48.       ShowHint = False
  49.       TabOrder = 0
  50.       OnChange = EditNAMEChange
  51.       OnExit = EditNAMEExit
  52.       OnKeyPress = EditNAMEKeyPress
  53.     end
  54.     object PanelNAME: TPanel
  55.       Left = 2
  56.       Top = 43
  57.       Width = 169
  58.       Height = 20
  59.       Hint = 'NAME attribute'
  60.       Align = alBottom
  61.       Alignment = taLeftJustify
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsSingle
  64.       Caption = 'PanelNAME'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 1
  68.       OnClick = PanelNAMEClick
  69.     end
  70.   end
  71.   object GroupBoxVALUE: TGroupBox
  72.     Left = 192
  73.     Top = 28
  74.     Width = 173
  75.     Height = 65
  76.     Caption = 'VALUE'
  77.     TabOrder = 2
  78.     object EditVALUE: TEdit
  79.       Left = 6
  80.       Top = 16
  81.       Width = 159
  82.       Height = 21
  83.       MaxLength = 250
  84.       ParentShowHint = False
  85.       ShowHint = False
  86.       TabOrder = 0
  87.       OnChange = EditVALUEChange
  88.       OnExit = EditVALUEExit
  89.       OnKeyPress = EditVALUEKeyPress
  90.     end
  91.     object PanelVALUE: TPanel
  92.       Left = 2
  93.       Top = 43
  94.       Width = 169
  95.       Height = 20
  96.       Hint = 'VALUE attribute'
  97.       Align = alBottom
  98.       Alignment = taLeftJustify
  99.       BevelOuter = bvNone
  100.       BorderStyle = bsSingle
  101.       Caption = 'PanelVALUE'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       TabOrder = 1
  105.       OnClick = PanelVALUEClick
  106.     end
  107.   end
  108.   object GroupBoxClosingTag: TGroupBox
  109.     Left = 8
  110.     Top = 100
  111.     Width = 141
  112.     Height = 41
  113.     Caption = 'Closing Tag'
  114.     TabOrder = 3
  115.     object CheckBoxAppendClosingTag: TCheckBox
  116.       Left = 6
  117.       Top = 20
  118.       Width = 123
  119.       Height = 17
  120.       Hint = 'Append optional closing tag'
  121.       Caption = 'Append Closing Tag'
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       TabOrder = 0
  125.       OnClick = CheckBoxAppendClosingTagClick
  126.     end
  127.   end
  128.   object PanelBottom: TPanel
  129.     Left = 0
  130.     Top = 148
  131.     Width = 373
  132.     Height = 53
  133.     Align = alBottom
  134.     BevelOuter = bvNone
  135.     Caption = 'PanelBottom'
  136.     Font.Color = clBtnFace
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     TabOrder = 4
  142.     object Bevel: TBevel
  143.       Left = 0
  144.       Top = 0
  145.       Width = 373
  146.       Height = 6
  147.       Align = alTop
  148.       Shape = bsTopLine
  149.     end
  150.     object ButtonInsert: TButton
  151.       Left = 4
  152.       Top = 8
  153.       Width = 77
  154.       Height = 25
  155.       Hint = 'Use the HTML tag'
  156.       Caption = '&OK'
  157.       ParentShowHint = False
  158.       ShowHint = True
  159.       TabOrder = 0
  160.       OnClick = ButtonInsertClick
  161.     end
  162.     object ButtonCancel: TButton
  163.       Left = 88
  164.       Top = 8
  165.       Width = 77
  166.       Height = 25
  167.       Cancel = True
  168.       Caption = '&Cancel'
  169.       ParentShowHint = False
  170.       ShowHint = False
  171.       TabOrder = 1
  172.       OnClick = ButtonCancelClick
  173.     end
  174.     object ButtonHelp: TButton
  175.       Left = 256
  176.       Top = 8
  177.       Width = 77
  178.       Height = 25
  179.       Caption = '&Help'
  180.       ParentShowHint = False
  181.       ShowHint = False
  182.       TabOrder = 3
  183.       OnClick = ButtonHelpClick
  184.     end
  185.     object ButtonClearAll: TButton
  186.       Left = 172
  187.       Top = 8
  188.       Width = 77
  189.       Height = 25
  190.       Hint = 'Clear and reset all attributes to defaults'
  191.       Caption = 'Clear &All'
  192.       ParentShowHint = False
  193.       ShowHint = True
  194.       TabOrder = 2
  195.       OnClick = ButtonClearAllClick
  196.     end
  197.     object PanelSaveReuseLevel: TPanel
  198.       Left = 4
  199.       Top = 40
  200.       Width = 329
  201.       Height = 9
  202.       BevelOuter = bvLowered
  203.       Caption = ' '
  204.       ParentShowHint = False
  205.       ShowHint = True
  206.       TabOrder = 4
  207.       OnDblClick = PanelSaveReuseLevelDblClick
  208.       OnMouseMove = PanelSaveReuseLevelMouseMove
  209.     end
  210.   end
  211. end
  212.